{ "name" : "Idle - Simple Example", "version" : "1.0.1", "description" : "Demonstrates the Idle API", "background" : { "scripts": ["background.js"] }, "permissions" : [ "idle" ], "browser_action" : { "default_icon" : "sample-19.png" }, "icons" : { "16" : "sample-16.png", "48" : "sample-48.png", "128" : "sample-128.png" }, "manifest_version": 2 }